home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / cat.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CAT(1L)           Misc. Reference Manual Pages            CAT(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      cat - concatenate files and print on the standard output
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ccccaaaatttt [-benstuvAET] [-- number]  [ - - number-nonblank]  [ - -
  13.      squeeze-blank]  [ --show-nonprinting] [--show-ends] [--show-
  14.      tabs] [--show-all] [--help] [--version] [file...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual page documents the  GNU  version  of  ccccaaaatttt.   ccccaaaatttt
  18.      writes  the  contents  of  each  given file, or the standard
  19.      input if none are given or when a file named `-'  is  given,
  20.      to the standard output.
  21.  
  22.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  23.      -_b, --_n_u_m_b_e_r-_n_o_n_b_l_a_n_k
  24.           Number all nonblank output lines, starting with 1.
  25.  
  26.      -_e    Equivalent to -_v_E.
  27.  
  28.      -_n, --_n_u_m_b_e_r
  29.           Number all output lines, starting with 1.
  30.  
  31.      -_s, --_s_q_u_e_e_z_e-_b_l_a_n_k
  32.           Replace multiple adjacent blank  lines  with  a  single
  33.           blank line.
  34.  
  35.      -_t    Equivalent to -_v_T.
  36.  
  37.      -_u    Ignored; for Unix compatibility.
  38.  
  39.      -_v, --_s_h_o_w-_n_o_n_p_r_i_n_t_i_n_g
  40.           Display control characters except for LFD and TAB using
  41.           `^'  notation and precede characters that have the high
  42.           bit set with `M-'.
  43.  
  44.      -_A, --_s_h_o_w-_a_l_l
  45.           Equivalent to -_v_E_T.
  46.  
  47.      -_E, --_s_h_o_w-_e_n_d_s
  48.           Display a `$' after the end of each line.
  49.  
  50.      -_T, --_s_h_o_w-_t_a_b_s
  51.           Display TAB characters as `^I'.
  52.  
  53.      --_h_e_l_p
  54.           Print a usage message and exit with a non-zero status.
  55.  
  56.      --_v_e_r_s_i_o_n
  57.           Print version information on standard output then exit.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.